home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_urt.idb / usr / freeware / catman / u_man / cat1 / rlecat.Z / rlecat
Encoding:
Text File  |  1999-01-26  |  4.0 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      RRRRLLLLEEEECCCCAAAATTTT((((1111))))           1111 ((((NNNNoooovvvveeeemmmmbbbbeeeerrrr 11112222,,,, 1111999999990000))))         RRRRLLLLEEEECCCCAAAATTTT((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       rlecat - concatenate and repeat images.
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.       rrrrlllleeeeccccaaaatttt [ ----cccc ]    [ ----nnnn _r_e_p_e_a_t-_c_o_u_n_t ] [ ----oooo _o_u_t_f_i_l_e ] [ _f_i_l_e_s ...
  13.       ]
  14.  
  15.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.       This program will concatenate    all the    input _R_L_E(5) images,
  17.       adding titles, and optionally    repeating the images a
  18.       specified number of times.  For each input file, it copies
  19.       all images to    the output file.  If an    image does not have a
  20.       _t_i_t_l_e    or _T_I_T_L_E comment, and the input    is not coming from the
  21.       standard input, then the file    name (and an image number, if
  22.       it is    not the    first image in the file) is added as a _T_I_T_L_E
  23.       comment.  If the input file were named 'images.rle', the
  24.       first    image would be given a comment _T_I_T_L_E=_i_m_a_g_e_s._r_l_e, the
  25.       second would get a comment _T_I_T_L_E=_i_m_a_g_e_s._r_l_e(_2), and so on.
  26.  
  27.      OOOOPPPPTTTTIIIIOOOONNNNSSSS
  28.       ----cccc   With ----nnnn,    specifies that the output images should    be
  29.            "collated".  In other words, the    repeat sequence    will
  30.            be 1 2 3    ... 1 2    3 ... instead of the default of    1 1
  31.            ... 2 2 ... 3 3 ...
  32.  
  33.       ----nnnn _r_e_p_e_a_t-_c_o_u_n_t
  34.            Specifies that each input image should be repeated
  35.            _r_e_p_e_a_t-_c_o_u_n_t times.  The    "repeat    unit" (if ----cccc is
  36.            specified, this is the entire concatenated sequence of
  37.            input images, otherwise it is just each image,
  38.            separately) is written to a temporary file, and then
  39.            copied to the output the    requisite number of times.
  40.  
  41.       ----oooo _o_u_t_f_i_l_e
  42.            If specified, the output    will be    written    to this    file.
  43.            If _o_u_t_f_i_l_e is "-", or if    it is not specified, the
  44.            output will be written to the standard output stream.
  45.  
  46.       _f_i_l_e_s
  47.            The input will be read from these files.     If a file
  48.            name is "-", or none are    specified, the input will be
  49.            read from the standard input stream.
  50.  
  51.      EEEEXXXXAAAAMMMMPPPPLLLLEEEESSSS
  52.       rlebg    128 128    128 | rlecat -n    25
  53.            Generates 25 copies of a    gray background; useful    for
  54.            using _r_l_e_c_o_m_p(1)    to put background on an    animation
  55.            sequence    (with 25 or fewer frames).
  56.  
  57.       rlecat *.rle | <some processing> | getx11
  58.            Adds _T_I_T_L_E comments so the individual images are
  59.            correctly identified by _g_e_t_x_1_1(1).
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 12/1/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      RRRRLLLLEEEECCCCAAAATTTT((((1111))))           1111 ((((NNNNoooovvvveeeemmmmbbbbeeeerrrr 11112222,,,, 1111999999990000))))         RRRRLLLLEEEECCCCAAAATTTT((((1111))))
  71.  
  72.  
  73.  
  74.       rlecat -c -r 3 anim*.rle
  75.            Generates an animation with 3 repeats of    the action.
  76.  
  77.       rlecat -r 3 anim*.rle
  78.            Generates a "triple-framed" animation - each frame is
  79.            repeated    3 times.
  80.  
  81.      FFFFIIIILLLLEEEESSSS
  82.       /tmp/rlecatXXXXXXXX
  83.  
  84.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  85.       _r_l_e_a_d_d_c_o_m(1),    _r_l_e_h_d_r(1), _u_r_t(1), _R_L_E(5).
  86.  
  87.      AAAAUUUUTTTTHHHHOOOORRRR
  88.       Spencer W. Thomas, University    of Michigan
  89.  
  90.      BBBBUUUUGGGGSSSS
  91.       If the /tmp directory    is not writable, or if there is    not
  92.       sufficient space on /tmp to hold a repeat unit, the program
  93.       will not work    correctly.
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                         (printed 12/1/98)
  130.  
  131.  
  132.  
  133.